home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech's Sprocket™ / Sprocket (original from 1994) / SprocketSample / SprocketSampleHeaders68K.pch++ < prev    next >
Encoding:
Text File  |  1994-12-06  |  408 b   |  20 lines  |  [TEXT/MMCC]

  1. //    Comment out the following line unless you are using
  2. //    the Universal Headers 2.0a3 release:
  3.  
  4. #define    qUseNewUniversalInterfaces    1
  5.  
  6.  
  7. //    Useful include files to speed up development
  8.  
  9. #include "BuildConditionals.h"
  10.  
  11. #include <Types.h>
  12. #include <Events.h>
  13. #include <Windows.h>
  14. #include <Dialogs.h>
  15. #include <StandardFile.h>    //    for ModalFilterYDUPP
  16. #include <Drag.h>
  17.  
  18. #include "Sprocket.h"
  19. #include "Window.h"
  20.